
.cjzy-card-logo {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.cjzy-card-left {
	width: 440px;
	height: 238px;
}

.cjzy-card {
	width: 100%;
	margin: 0 auto;
	display: flex;
	border: 1px solid #E7E7E7;
}

.cjzy-card-right {
	width: 36%;
	height: auto;
	padding-left: 30px;
	background: #FAFAFA;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}

.cjzy-card-right>a {
	font-size: 22px;
	margin: 20px 0;
	font-weight: bold;
	color: #263455;
}

.cjzy-card-right>span {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	color: #646464;
	line-height: 39px;
}

.cjzy-card-right>span>img {
	width: 17px;
	height: 18px;
}

.cjzy-card-erwm {
	background: #FAFAFA;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-right: 30px;
}

/* 主体里面的标题 */
.cjzy-body-title {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.cjzy-body-title>a {
	font-size: 24px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 30px;
}

.cjzy-body-title>span {
	font-size: 14px;
	font-weight: 400;
	color: #969696;
	line-height: 29px;
}

.cjzy-body-jianjie {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646464;
	line-height: 29px;
}

/* 文章卡片 */
.cjzy-body-wenzhan-card {
	display: flex;
	margin-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #4d4d4d33;
}

.cjzy-body-wenzhan-card>img {
	width: 270px;
	height: 140px;
}

.cjzy-body-wenzhan-title {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	padding: 8px 20px;
	width: 100%;
}

/* 标题 */
.cjzy-body-wenzhan-title>:nth-child(1) {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: bold;
	color: #3B3B3B;
	line-height: 28px;
	margin-bottom: 18px;
}

.cjzy-body-wenzhan-title>:nth-child(1)>:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 100px;
	width: 500px;
}

/* 时间 */
.cjzy-body-wenzhan-title>:nth-child(1)>:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B3B3B3;
	line-height: 30px;
}

/* 简介 */
.cjzy-body-wenzhan-title>:nth-child(2) {
	font-weight: 400;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #656565;
	line-height: 27px;
	height: 54px;
}

/* 资料下载 */
.icon1 {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../public/img/liulan01.png);
	background-size: 20px 20px;
	background-position: center;
	margin-bottom: -4px;
}

.icon2 {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../public/img/xiazai01.png);
	background-size: 20px 20px;
	background-position: center;
	margin-bottom: -4px;
}

.cjzy-body-ziliao:hover {
	color: #FFFFFF;
	background-color: #0E48EA;
}

.cjzy-body-ziliao:hover .icon1 {
	background-image: url(../public/img/liulan02.png);
}

.cjzy-body-ziliao:hover .icon2 {
	background-image: url(../public/img/xiazai02.png);
}

.cjzy-body-ziliao {
	width: 100%;
	font-size: 16px;
	justify-content: space-between;
	margin-top: 18px;
	font-weight: 400;
	align-items: center;
	padding: 10px 30px;
	color: #505050;
	box-sizing: border-box;
	display: flex;
	background: #F5F5F5;
}

.cjzy-body-ziliao-left>:nth-child(1) {
	margin-right: 10px;
}

.cjzy-body-ziliao-left {
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
}

.cjzy-body-ziliao-right>a {
	padding-right: 10px;
}

.cjzy-body-ziliao-right>a:hover {
	cursor: pointer;
	text-decoration: blink;
}

.cjzy-body-ziliao-right>a>img {
	width: 22px;
	height: 14px;
}

.wzxq-fanye {
	margin-top: 30px;
}

/* 展示更多 */
.cjzy-body-wenzhan-title>:nth-child(3) {
	color: #FF4525;
}

.cjzy-body-wenzhan-title>:nth-child(3) a {
	color: #FF4525;
}

.cjzy-body-wenzhan-title>:nth-child(3):hover {
	cursor: pointer;
}

@media all and (max-width: 850px) {
	.cjzy-card-right {
		width: 100%;
	}

	.cjzy-card-left {
		width: 100%;
	}

	.cjzy-card {
		flex-wrap: wrap;
	}

	.cjzy-card-erwm {
		display: none;
	}

	.cjzy-body-ziliao-left>:nth-child(1) {
		display: none;
	}

	.cjzy-body-ziliao {
		padding: 4px;
	}
}

@media all and (max-width: 1225px) {}

.chanping-card {
	background-color: #FFFFFF !important;
}

.zhanshang-card .img-box {
	width: 100%;
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.zhanshang-card .img-box img {
	width: 180px;
	height: 160px;
	object-fit: contain;
}

.zhanshang-card .text-box {
	padding: 0 20px;
}

.zhanshang-card .text-box .text01 {
	font-weight: 600;
}

.zhanshang-card .text-box .text01 p {
	line-height: 23px;
	height: 23px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.zhanshang-card .text-box .text02 {
	font-size: smaller;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.zhanshang-card .text-box .text02 span {
	display: inline-block;
}

.zhanshang-card .text-box .text02 .xinghao {
	color: #ADADAD;
}

.zhanshang-card .text-box .text02 .price {
	color: #F0890F;
	margin: 18px 0;
}

/* 公司图片 */
.cjzy-list-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: flex-start;
	margin-top: 20px;
	margin-bottom: 40px;
}

.cjzy-list-box .cjzy-item{
	width: 32%;
	height: 250px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

.cjzy-list-box .cjzy-item .img-box{
	width: 100%;
	height: 250px;
}

.cjzy-list-box .cjzy-item .img-box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s; 
}

.cjzy-list-box .cjzy-item .img-box>img:hover{
	transform: scale(1.1);
}

.cjzy-list-box .cjzy-item .text-box{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	padding: 15px;
	width: 100%;
	background: linear-gradient(to top,#333333,transparent);
}

.cjzy-list-box .cjzy-item .text-box>p{
	width: 94%;
	color: #FFFFFF;
}

.cjzy-list-box .cjzy-item2{
	width: 32%;
	height: 300px;
	position: relative;
	margin-bottom: 50px;
}

.cjzy-list-box .cjzy-item2 .img-box{
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.cjzy-list-box .cjzy-item2 .img-box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s; 
}

.cjzy-list-box .cjzy-item2 .img-box>img:hover{
	transform: scale(1.1);
}

.cjzy-list-box .cjzy-item2 .text-box{
	height: 50px;
	line-height: 25px;
	padding: 15px 0;
}

.cjzy-list-box .cjzy-item2 .text-box>p{
	font-weight: 600;
	color: #434343;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cjzy-list-box .cjzy-item2 .icon-box{
	width: 64px;
	height: 64px;
	position: absolute;
	left: calc(50% - 32px);
	top: calc(50% - 32px - 25px);
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
}

.cjzy-list-box .cjzy-item2 .icon-box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*模态框*/
.video-modal-bgbox{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.video-modal-box {
	width: 700px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 111;
	text-align: center;
}

.video-modal-box .modal-box-top {
	position: relative;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.video-modal-box .modal-box-top .modal-title{
	display: flex;
	padding-left: 15px;
	align-items: center;
	font-weight: 600;
}

.video-modal-box .modal-box-top .close{
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	margin-right: 8px;
}

.video-modal-box .modal-box-top .close:hover{
	cursor: pointer;
}

.video-modal-box .modal-box-top .close>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}